Html Css Color HEX #30057E Persian Indigo

📋 copy color: '#30057E'

red 48 ◦ green 5 ◦ blue 126

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

Shades of Persian Indigo #30057E

Tints of Persian Indigo #30057E

RGB

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

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

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

R = 26.82%
G = 2.79%
B = 70.39%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30057E (or 0x30057E) is known color: Persian Indigo. HEX triplet: 30, 05 and 7E. RGB value is (48,5,126). Sum of RGB (Red+Green+Blue) = 48+5+126=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 126 (49.61% from 255 or 70.39% from 179); Max value from RGB is 126 - color contains mainly: blue. Hex color #30057E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30057E is #CFFA81. Grayscale: #1F1F1F. Windows color (decimal): -13630082 or 8258864. OLE color: 8258864.

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

Color convert

RGB 48 5 126 -
CMYK 0.62 0.96 0 0.51
HSL 261.32º 0.92% 0.26% -
HSV(B) 261.32º 0.96% 0.49% -
XYZ 5.04 2.24 19.91 -
YUV 31.65 181.25 139.66 -
System Red Green Blue C M Y K H S L
Decimal 48 5 126 0.62 0.96 0 0.51 261.32 0.92 0.26
Hex 30 5 7E 3E 60 0 33 105 5C 1A
Octal 60 5 176 76 140 0 63 405 134 32
Binary 110000 101 1111110 111110 1100000 0 110011 100000101 1011100 11010

Color Harmonies of #30057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30057E

Black with #30057E

Text Example


Text Example

White with #30057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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