Html Css Color HEX #302387 Persian Indigo

📋 copy color: '#302387'

red 48 ◦ green 35 ◦ blue 135

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

Shades of Persian Indigo #302387

Tints of Persian Indigo #302387

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

 BLUE value IS 135 (53.13% from 255) = 61.93%

R = 22.02%
G = 16.06%
B = 61.93%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#302387 (or 0x302387) is known color: Persian Indigo. HEX triplet: 30, 23 and 87. RGB value is (48,35,135). Sum of RGB (Red+Green+Blue) = 48+35+135=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #302387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302387 is #CFDC78. Grayscale: #313131. Windows color (decimal): -13622393 or 8856368. OLE color: 8856368.

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

Color convert

RGB 48 35 135 -
CMYK 0.64 0.74 0 0.47
HSL 247.8º 0.59% 0.33% -
HSV(B) 247.8º 0.74% 0.53% -
XYZ 6.19 3.58 23.29 -
YUV 50.29 175.81 126.37 -
System Red Green Blue C M Y K H S L
Decimal 48 35 135 0.64 0.74 0 0.47 247.8 0.59 0.33
Hex 30 23 87 40 4A 0 2F F8 3B 21
Octal 60 43 207 100 112 0 57 370 73 41
Binary 110000 100011 10000111 1000000 1001010 0 101111 11111000 111011 100001

Color Harmonies of #302387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302387

Black with #302387

Text Example


Text Example

White with #302387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302387; }

 p { color: rgb(48,35,135); }

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

background-color css

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

 a { background-color: rgb(48,35,135); }

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

border-color css

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

 span { border-color: rgb(48,35,135); }

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