Html Css Color HEX #301C72 Persian Indigo

📋 copy color: '#301C72'

red 48 ◦ green 28 ◦ blue 114

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

Shades of Persian Indigo #301C72

Tints of Persian Indigo #301C72

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.74%

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

R = 25.26%
G = 14.74%
B = 60%

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

#301C72 (or 0x301C72) is known color: Persian Indigo. HEX triplet: 30, 1C and 72. RGB value is (48,28,114). Sum of RGB (Red+Green+Blue) = 48+28+114=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #301C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C72 is #CFE38D. Grayscale: #2B2B2B. Windows color (decimal): -13624206 or 7478320. OLE color: 7478320.

HSL color Cylindrical-coordinate representation of color #301C72: hue angle of 253.95º degrees, saturation: 0.61, 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 #301C72 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 28 114 -
CMYK 0.58 0.75 0 0.55
HSL 253.95º 0.61% 0.28% -
HSV(B) 253.95º 0.75% 0.45% -
XYZ 4.67 2.67 16.19 -
YUV 43.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 48 28 114 0.58 0.75 0 0.55 253.95 0.61 0.28
Hex 30 1C 72 3A 4B 0 37 FE 3D 1C
Octal 60 34 162 72 113 0 67 376 75 34
Binary 110000 11100 1110010 111010 1001011 0 110111 11111110 111101 11100

Color Harmonies of #301C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C72

Black with #301C72

Text Example


Text Example

White with #301C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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