Html Css Color HEX #301B72 Persian Indigo

📋 copy color: '#301B72'

red 48 ◦ green 27 ◦ blue 114

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

Shades of Persian Indigo #301B72

Tints of Persian Indigo #301B72

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.29%

 BLUE value IS 114 (44.92% from 255) = 60.32%

R = 25.4%
G = 14.29%
B = 60.32%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#301B72 (or 0x301B72) is known color: Persian Indigo. HEX triplet: 30, 1B and 72. RGB value is (48,27,114). Sum of RGB (Red+Green+Blue) = 48+27+114=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #301B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301B72 is #CFE48D. Grayscale: #2A2A2A. Windows color (decimal): -13624462 or 7478064. OLE color: 7478064.

HSL color Cylindrical-coordinate representation of color #301B72: hue angle of 254.48º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #301B72 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 27 114 -
CMYK 0.58 0.76 0 0.55
HSL 254.48º 0.62% 0.28% -
HSV(B) 254.48º 0.76% 0.45% -
XYZ 4.65 2.63 16.18 -
YUV 43.2 167.96 131.43 -
System Red Green Blue C M Y K H S L
Decimal 48 27 114 0.58 0.76 0 0.55 254.48 0.62 0.28
Hex 30 1B 72 3A 4C 0 37 FE 3E 1C
Octal 60 33 162 72 114 0 67 376 76 34
Binary 110000 11011 1110010 111010 1001100 0 110111 11111110 111110 11100

Color Harmonies of #301B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B72

Black with #301B72

Text Example


Text Example

White with #301B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301B72; }

 p { color: rgb(48,27,114); }

 H1.HeaderClassName
 {
   color: #301B72;
 }
 .AnyTagClassName
 {
   color: #301B72;
 }
</style>

background-color css

<style>
 a { background-color: #301B72; }

 a { background-color: rgb(48,27,114); }

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

border-color css

<style>
 span { border-color: #301B72; }

 span { border-color: rgb(48,27,114); }

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