Html Css Color HEX #30217F Persian Indigo

📋 copy color: '#30217F'

red 48 ◦ green 33 ◦ blue 127

#30217F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #30217F

Tints of Persian Indigo #30217F

RGB

 RED value IS 48 (19.14% from 255) = 23.08%

 GREEN value IS 33 (13.28% from 255) = 15.87%

 BLUE value IS 127 (50% from 255) = 61.06%

R = 23.08%
G = 15.87%
B = 61.06%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30217F (or 0x30217F) is known color: Persian Indigo. HEX triplet: 30, 21 and 7F. RGB value is (48,33,127). Sum of RGB (Red+Green+Blue) = 48+33+127=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #30217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30217F is #CFDE80. Grayscale: #2F2F2F. Windows color (decimal): -13622913 or 8331568. OLE color: 8331568.

HSL color Cylindrical-coordinate representation of color #30217F: hue angle of 249.57º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30217F is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 33 127 -
CMYK 0.62 0.74 0 0.50
HSL 249.57º 0.59% 0.31% -
HSV(B) 249.57º 0.74% 0.5% -
XYZ 5.59 3.25 20.41 -
YUV 48.2 172.47 127.86 -
System Red Green Blue C M Y K H S L
Decimal 48 33 127 0.62 0.74 0 0.50 249.57 0.59 0.31
Hex 30 21 7F 3E 4A 0 32 FA 3B 1F
Octal 60 41 177 76 112 0 62 372 73 37
Binary 110000 100001 1111111 111110 1001010 0 110010 11111010 111011 11111

Color Harmonies of #30217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30217F

Black with #30217F

Text Example


Text Example

White with #30217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30217F; }

 p { color: rgb(48,33,127); }

 H1.HeaderClassName
 {
   color: #30217F;
 }
 .AnyTagClassName
 {
   color: #30217F;
 }
</style>

background-color css

<style>
 a { background-color: #30217F; }

 a { background-color: rgb(48,33,127); }

 div.DivClassName
 {
   background-color: #30217F;
 }
 .BgClassName
 {
   background-color: #30217F;
 }
</style>

border-color css

<style>
 span { border-color: #30217F; }

 span { border-color: rgb(48,33,127); }

 td.TdClassName
 {
   border-color: #30217F;
 }
 .TagClassName
 {
   border-color: #30217F;
 }
</style>