Html Css Color HEX #302581 Persian Indigo

📋 copy color: '#302581'

red 48 ◦ green 37 ◦ blue 129

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

Shades of Persian Indigo #302581

Tints of Persian Indigo #302581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.29%

 BLUE value IS 129 (50.78% from 255) = 60.28%

R = 22.43%
G = 17.29%
B = 60.28%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#302581 (or 0x302581) is known color: Persian Indigo. HEX triplet: 30, 25 and 81. RGB value is (48,37,129). Sum of RGB (Red+Green+Blue) = 48+37+129=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #302581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302581 is #CFDA7E. Grayscale: #323232. Windows color (decimal): -13621887 or 8463664. OLE color: 8463664.

HSL color Cylindrical-coordinate representation of color #302581: hue angle of 247.17º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #302581 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 37 129 -
CMYK 0.63 0.71 0 0.49
HSL 247.17º 0.55% 0.33% -
HSV(B) 247.17º 0.71% 0.51% -
XYZ 5.84 3.54 21.14 -
YUV 50.78 172.14 126.02 -
System Red Green Blue C M Y K H S L
Decimal 48 37 129 0.63 0.71 0 0.49 247.17 0.55 0.33
Hex 30 25 81 3F 47 0 31 F7 37 21
Octal 60 45 201 77 107 0 61 367 67 41
Binary 110000 100101 10000001 111111 1000111 0 110001 11110111 110111 100001

Color Harmonies of #302581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302581

Black with #302581

Text Example


Text Example

White with #302581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302581; }

 p { color: rgb(48,37,129); }

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

background-color css

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

 a { background-color: rgb(48,37,129); }

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

border-color css

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

 span { border-color: rgb(48,37,129); }

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