Html Css Color HEX #302073 Persian Indigo

📋 copy color: '#302073'

red 48 ◦ green 32 ◦ blue 115

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

Shades of Persian Indigo #302073

Tints of Persian Indigo #302073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

 BLUE value IS 115 (45.31% from 255) = 58.97%

R = 24.62%
G = 16.41%
B = 58.97%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#302073 (or 0x302073) is known color: Persian Indigo. HEX triplet: 30, 20 and 73. RGB value is (48,32,115). Sum of RGB (Red+Green+Blue) = 48+32+115=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #302073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302073 is #CFDF8C. Grayscale: #2D2D2D. Windows color (decimal): -13623181 or 7544880. OLE color: 7544880.

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

Color convert

RGB 48 32 115 -
CMYK 0.58 0.72 0 0.55
HSL 251.57º 0.56% 0.29% -
HSV(B) 251.57º 0.72% 0.45% -
XYZ 4.83 2.9 16.52 -
YUV 46.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 48 32 115 0.58 0.72 0 0.55 251.57 0.56 0.29
Hex 30 20 73 3A 48 0 37 FC 38 1D
Octal 60 40 163 72 110 0 67 374 70 35
Binary 110000 100000 1110011 111010 1001000 0 110111 11111100 111000 11101

Color Harmonies of #302073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302073

Black with #302073

Text Example


Text Example

White with #302073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302073; }

 p { color: rgb(48,32,115); }

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

background-color css

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

 a { background-color: rgb(48,32,115); }

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

border-color css

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

 span { border-color: rgb(48,32,115); }

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