Html Css Color HEX #300072 Persian Indigo

📋 copy color: '#300072'

red 48 ◦ green 0 ◦ blue 114

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

Shades of Persian Indigo #300072

Tints of Persian Indigo #300072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 29.63%
G = 0%
B = 70.37%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#300072 (or 0x300072) is known color: Persian Indigo. HEX triplet: 30, 00 and 72. RGB value is (48,0,114). Sum of RGB (Red+Green+Blue) = 48+0+114=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #300072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300072 is #CFFF8D. Grayscale: #1A1A1A. Windows color (decimal): -13631374 or 7471152. OLE color: 7471152.

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

Color convert

RGB 48 0 114 -
CMYK 0.58 1 0 0.55
HSL 265.26º 1% 0.22% -
HSV(B) 265.26º 1% 0.45% -
XYZ 4.26 1.84 16.05 -
YUV 27.35 176.9 142.73 -
System Red Green Blue C M Y K H S L
Decimal 48 0 114 0.58 1 0 0.55 265.26 1 0.22
Hex 30 0 72 3A 64 0 37 109 64 16
Octal 60 0 162 72 144 0 67 411 144 26
Binary 110000 0 1110010 111010 1100100 0 110111 100001001 1100100 10110

Color Harmonies of #300072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300072

Black with #300072

Text Example


Text Example

White with #300072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300072; }

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

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

background-color css

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

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

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

border-color css

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

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

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