Html Css Color HEX #30056E Persian Indigo

📋 copy color: '#30056E'

red 48 ◦ green 5 ◦ blue 110

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

Shades of Persian Indigo #30056E

Tints of Persian Indigo #30056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.07%

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

R = 29.45%
G = 3.07%
B = 67.48%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30056E (or 0x30056E) is known color: Persian Indigo. HEX triplet: 30, 05 and 6E. RGB value is (48,5,110). Sum of RGB (Red+Green+Blue) = 48+5+110=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 110 (43.36% from 255 or 67.48% from 163); Max value from RGB is 110 - color contains mainly: blue. Hex color #30056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30056E is #CFFA91. Grayscale: #1D1D1D. Windows color (decimal): -13630098 or 7210288. OLE color: 7210288.

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

Color convert

RGB 48 5 110 -
CMYK 0.56 0.95 0 0.57
HSL 264.57º 0.91% 0.23% -
HSV(B) 264.57º 0.95% 0.43% -
XYZ 4.09 1.86 14.9 -
YUV 29.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 48 5 110 0.56 0.95 0 0.57 264.57 0.91 0.23
Hex 30 5 6E 38 5F 0 39 109 5B 17
Octal 60 5 156 70 137 0 71 411 133 27
Binary 110000 101 1101110 111000 1011111 0 111001 100001001 1011011 10111

Color Harmonies of #30056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30056E

Black with #30056E

Text Example


Text Example

White with #30056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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