Html Css Color HEX #30017F Persian Indigo

📋 copy color: '#30017F'

red 48 ◦ green 1 ◦ blue 127

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

Shades of Persian Indigo #30017F

Tints of Persian Indigo #30017F

RGB

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

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

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

R = 27.27%
G = 0.57%
B = 72.16%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30017F (or 0x30017F) is known color: Persian Indigo. HEX triplet: 30, 01 and 7F. RGB value is (48,1,127). Sum of RGB (Red+Green+Blue) = 48+1+127=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 127 (50% from 255 or 72.16% from 176); Max value from RGB is 127 - color contains mainly: blue. Hex color #30017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30017F is #CFFE80. Grayscale: #1C1C1C. Windows color (decimal): -13631105 or 8323376. OLE color: 8323376.

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

Color convert

RGB 48 1 127 -
CMYK 0.62 0.99 0 0.50
HSL 262.38º 0.98% 0.25% -
HSV(B) 262.38º 0.99% 0.5% -
XYZ 5.06 2.18 20.23 -
YUV 29.42 183.07 141.25 -
System Red Green Blue C M Y K H S L
Decimal 48 1 127 0.62 0.99 0 0.50 262.38 0.98 0.25
Hex 30 1 7F 3E 63 0 32 106 62 19
Octal 60 1 177 76 143 0 62 406 142 31
Binary 110000 1 1111111 111110 1100011 0 110010 100000110 1100010 11001

Color Harmonies of #30017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30017F

Black with #30017F

Text Example


Text Example

White with #30017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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