Html Css Color HEX #302482 Persian Indigo

📋 copy color: '#302482'

red 48 ◦ green 36 ◦ blue 130

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

Shades of Persian Indigo #302482

Tints of Persian Indigo #302482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.82%

 BLUE value IS 130 (51.17% from 255) = 60.75%

R = 22.43%
G = 16.82%
B = 60.75%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#302482 (or 0x302482) is known color: Persian Indigo. HEX triplet: 30, 24 and 82. RGB value is (48,36,130). Sum of RGB (Red+Green+Blue) = 48+36+130=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #302482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302482 is #CFDB7D. Grayscale: #313131. Windows color (decimal): -13622142 or 8528944. OLE color: 8528944.

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

Color convert

RGB 48 36 130 -
CMYK 0.63 0.72 0 0.49
HSL 247.66º 0.57% 0.33% -
HSV(B) 247.66º 0.72% 0.51% -
XYZ 5.88 3.5 21.49 -
YUV 50.3 172.98 126.36 -
System Red Green Blue C M Y K H S L
Decimal 48 36 130 0.63 0.72 0 0.49 247.66 0.57 0.33
Hex 30 24 82 3F 48 0 31 F8 39 21
Octal 60 44 202 77 110 0 61 370 71 41
Binary 110000 100100 10000010 111111 1001000 0 110001 11111000 111001 100001

Color Harmonies of #302482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302482

Black with #302482

Text Example


Text Example

White with #302482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302482; }

 p { color: rgb(48,36,130); }

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

background-color css

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

 a { background-color: rgb(48,36,130); }

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

border-color css

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

 span { border-color: rgb(48,36,130); }

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