Html Css Color HEX #302287 Persian Indigo

📋 copy color: '#302287'

red 48 ◦ green 34 ◦ blue 135

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

Shades of Persian Indigo #302287

Tints of Persian Indigo #302287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.67%

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

R = 22.12%
G = 15.67%
B = 62.21%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#302287 (or 0x302287) is known color: Persian Indigo. HEX triplet: 30, 22 and 87. RGB value is (48,34,135). Sum of RGB (Red+Green+Blue) = 48+34+135=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #302287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302287 is #CFDD78. Grayscale: #313131. Windows color (decimal): -13622649 or 8856112. OLE color: 8856112.

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

Color convert

RGB 48 34 135 -
CMYK 0.64 0.75 0 0.47
HSL 248.32º 0.6% 0.33% -
HSV(B) 248.32º 0.75% 0.53% -
XYZ 6.16 3.52 23.28 -
YUV 49.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 48 34 135 0.64 0.75 0 0.47 248.32 0.6 0.33
Hex 30 22 87 40 4B 0 2F F8 3C 21
Octal 60 42 207 100 113 0 57 370 74 41
Binary 110000 100010 10000111 1000000 1001011 0 101111 11111000 111100 100001

Color Harmonies of #302287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302287

Black with #302287

Text Example


Text Example

White with #302287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302287; }

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

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

background-color css

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

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

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

border-color css

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

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

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