Html Css Color HEX #301D72 Persian Indigo

📋 copy color: '#301D72'

red 48 ◦ green 29 ◦ blue 114

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

Shades of Persian Indigo #301D72

Tints of Persian Indigo #301D72

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.18%

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

R = 25.13%
G = 15.18%
B = 59.69%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#301D72 (or 0x301D72) is known color: Persian Indigo. HEX triplet: 30, 1D and 72. RGB value is (48,29,114). Sum of RGB (Red+Green+Blue) = 48+29+114=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #301D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301D72 is #CFE28D. Grayscale: #2C2C2C. Windows color (decimal): -13623950 or 7478576. OLE color: 7478576.

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

Color convert

RGB 48 29 114 -
CMYK 0.58 0.75 0 0.55
HSL 253.41º 0.59% 0.28% -
HSV(B) 253.41º 0.75% 0.45% -
XYZ 4.7 2.72 16.2 -
YUV 44.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 48 29 114 0.58 0.75 0 0.55 253.41 0.59 0.28
Hex 30 1D 72 3A 4B 0 37 FD 3B 1C
Octal 60 35 162 72 113 0 67 375 73 34
Binary 110000 11101 1110010 111010 1001011 0 110111 11111101 111011 11100

Color Harmonies of #301D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D72

Black with #301D72

Text Example


Text Example

White with #301D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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