Html Css Color HEX #30017E Persian Indigo

📋 copy color: '#30017E'

red 48 ◦ green 1 ◦ blue 126

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

Shades of Persian Indigo #30017E

Tints of Persian Indigo #30017E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 126 (49.61% from 255) = 72%

R = 27.43%
G = 0.57%
B = 72%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30017E (or 0x30017E) is known color: Persian Indigo. HEX triplet: 30, 01 and 7E. RGB value is (48,1,126). Sum of RGB (Red+Green+Blue) = 48+1+126=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 126 (49.61% from 255 or 72% from 175); Max value from RGB is 126 - color contains mainly: blue. Hex color #30017E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30017E is #CFFE81. Grayscale: #1C1C1C. Windows color (decimal): -13631106 or 8257840. OLE color: 8257840.

HSL color Cylindrical-coordinate representation of color #30017E: hue angle of 262.56º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30017E is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 1 126 -
CMYK 0.62 0.99 0 0.51
HSL 262.56º 0.98% 0.25% -
HSV(B) 262.56º 0.99% 0.49% -
XYZ 5 2.16 19.89 -
YUV 29.3 182.57 141.34 -
System Red Green Blue C M Y K H S L
Decimal 48 1 126 0.62 0.99 0 0.51 262.56 0.98 0.25
Hex 30 1 7E 3E 63 0 33 107 62 19
Octal 60 1 176 76 143 0 63 407 142 31
Binary 110000 1 1111110 111110 1100011 0 110011 100000111 1100010 11001

Color Harmonies of #30017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30017E

Black with #30017E

Text Example


Text Example

White with #30017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30017E; }

 p { color: rgb(48,1,126); }

 H1.HeaderClassName
 {
   color: #30017E;
 }
 .AnyTagClassName
 {
   color: #30017E;
 }
</style>

background-color css

<style>
 a { background-color: #30017E; }

 a { background-color: rgb(48,1,126); }

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

border-color css

<style>
 span { border-color: #30017E; }

 span { border-color: rgb(48,1,126); }

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