Html Css Color HEX #302182 Persian Indigo

📋 copy color: '#302182'

red 48 ◦ green 33 ◦ blue 130

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

Shades of Persian Indigo #302182

Tints of Persian Indigo #302182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.64%

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

R = 22.75%
G = 15.64%
B = 61.61%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#302182 (or 0x302182) is known color: Persian Indigo. HEX triplet: 30, 21 and 82. RGB value is (48,33,130). Sum of RGB (Red+Green+Blue) = 48+33+130=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #302182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302182 is #CFDE7D. Grayscale: #303030. Windows color (decimal): -13622910 or 8528176. OLE color: 8528176.

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

Color convert

RGB 48 33 130 -
CMYK 0.63 0.75 0 0.49
HSL 249.28º 0.6% 0.32% -
HSV(B) 249.28º 0.75% 0.51% -
XYZ 5.79 3.33 21.46 -
YUV 48.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 48 33 130 0.63 0.75 0 0.49 249.28 0.6 0.32
Hex 30 21 82 3F 4B 0 31 F9 3C 20
Octal 60 41 202 77 113 0 61 371 74 40
Binary 110000 100001 10000010 111111 1001011 0 110001 11111001 111100 100000

Color Harmonies of #302182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302182

Black with #302182

Text Example


Text Example

White with #302182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302182; }

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

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

background-color css

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

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

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

border-color css

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

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

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