Html Css Color HEX #302488 Persian Indigo

📋 copy color: '#302488'

red 48 ◦ green 36 ◦ blue 136

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

Shades of Persian Indigo #302488

Tints of Persian Indigo #302488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

 BLUE value IS 136 (53.52% from 255) = 61.82%

R = 21.82%
G = 16.36%
B = 61.82%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#302488 (or 0x302488) is known color: Persian Indigo. HEX triplet: 30, 24 and 88. RGB value is (48,36,136). Sum of RGB (Red+Green+Blue) = 48+36+136=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #302488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302488 is #CFDB77. Grayscale: #323232. Windows color (decimal): -13622136 or 8922160. OLE color: 8922160.

HSL color Cylindrical-coordinate representation of color #302488: hue angle of 247.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #302488 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 36 136 -
CMYK 0.65 0.74 0 0.47
HSL 247.2º 0.58% 0.34% -
HSV(B) 247.2º 0.74% 0.53% -
XYZ 6.29 3.67 23.67 -
YUV 50.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 48 36 136 0.65 0.74 0 0.47 247.2 0.58 0.34
Hex 30 24 88 41 4A 0 2F F7 3A 22
Octal 60 44 210 101 112 0 57 367 72 42
Binary 110000 100100 10001000 1000001 1001010 0 101111 11110111 111010 100010

Color Harmonies of #302488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302488

Black with #302488

Text Example


Text Example

White with #302488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302488; }

 p { color: rgb(48,36,136); }

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

background-color css

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

 a { background-color: rgb(48,36,136); }

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

border-color css

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

 span { border-color: rgb(48,36,136); }

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