Html Css Color HEX #30016E Persian Indigo

📋 copy color: '#30016E'

red 48 ◦ green 1 ◦ blue 110

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

Shades of Persian Indigo #30016E

Tints of Persian Indigo #30016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 69.18%

R = 30.19%
G = 0.63%
B = 69.18%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30016E (or 0x30016E) is known color: Persian Indigo. HEX triplet: 30, 01 and 6E. RGB value is (48,1,110). Sum of RGB (Red+Green+Blue) = 48+1+110=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 110 (43.36% from 255 or 69.18% from 159); Max value from RGB is 110 - color contains mainly: blue. Hex color #30016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30016E is #CFFE91. Grayscale: #1B1B1B. Windows color (decimal): -13631122 or 7209264. OLE color: 7209264.

HSL color Cylindrical-coordinate representation of color #30016E: hue angle of 265.87º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30016E is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 1 110 -
CMYK 0.56 0.99 0 0.57
HSL 265.87º 0.98% 0.22% -
HSV(B) 265.87º 0.99% 0.43% -
XYZ 4.04 1.78 14.88 -
YUV 27.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 48 1 110 0.56 0.99 0 0.57 265.87 0.98 0.22
Hex 30 1 6E 38 63 0 39 10A 62 16
Octal 60 1 156 70 143 0 71 412 142 26
Binary 110000 1 1101110 111000 1100011 0 111001 100001010 1100010 10110

Color Harmonies of #30016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30016E

Black with #30016E

Text Example


Text Example

White with #30016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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