Html Css Color HEX #301287 Persian Indigo

📋 copy color: '#301287'

red 48 ◦ green 18 ◦ blue 135

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

Shades of Persian Indigo #301287

Tints of Persian Indigo #301287

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.96%

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

R = 23.88%
G = 8.96%
B = 67.16%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#301287 (or 0x301287) is known color: Persian Indigo. HEX triplet: 30, 12 and 87. RGB value is (48,18,135). Sum of RGB (Red+Green+Blue) = 48+18+135=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #301287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301287 is #CFED78. Grayscale: #272727. Windows color (decimal): -13626745 or 8852016. OLE color: 8852016.

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

Color convert

RGB 48 18 135 -
CMYK 0.64 0.87 0 0.47
HSL 255.38º 0.76% 0.3% -
HSV(B) 255.38º 0.87% 0.53% -
XYZ 5.81 2.81 23.16 -
YUV 40.31 181.44 133.49 -
System Red Green Blue C M Y K H S L
Decimal 48 18 135 0.64 0.87 0 0.47 255.38 0.76 0.3
Hex 30 12 87 40 57 0 2F FF 4C 1E
Octal 60 22 207 100 127 0 57 377 114 36
Binary 110000 10010 10000111 1000000 1010111 0 101111 11111111 1001100 11110

Color Harmonies of #301287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301287

Black with #301287

Text Example


Text Example

White with #301287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301287; }

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

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

background-color css

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

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

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

border-color css

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

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

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