Html Css Color HEX #302087 Persian Indigo

📋 copy color: '#302087'

red 48 ◦ green 32 ◦ blue 135

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

Shades of Persian Indigo #302087

Tints of Persian Indigo #302087

RGB

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

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

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

R = 22.33%
G = 14.88%
B = 62.79%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#302087 (or 0x302087) is known color: Persian Indigo. HEX triplet: 30, 20 and 87. RGB value is (48,32,135). Sum of RGB (Red+Green+Blue) = 48+32+135=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 135 (53.12% from 255 or 62.79% from 215); Max value from RGB is 135 - color contains mainly: blue. Hex color #302087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302087 is #CFDF78. Grayscale: #303030. Windows color (decimal): -13623161 or 8855600. OLE color: 8855600.

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

Color convert

RGB 48 32 135 -
CMYK 0.64 0.76 0 0.47
HSL 249.32º 0.62% 0.33% -
HSV(B) 249.32º 0.76% 0.53% -
XYZ 6.11 3.41 23.26 -
YUV 48.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 48 32 135 0.64 0.76 0 0.47 249.32 0.62 0.33
Hex 30 20 87 40 4C 0 2F F9 3E 21
Octal 60 40 207 100 114 0 57 371 76 41
Binary 110000 100000 10000111 1000000 1001100 0 101111 11111001 111110 100001

Color Harmonies of #302087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302087

Black with #302087

Text Example


Text Example

White with #302087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302087; }

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

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

background-color css

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

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

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

border-color css

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

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

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