Html Css Color HEX #302185 Persian Indigo

📋 copy color: '#302185'

red 48 ◦ green 33 ◦ blue 133

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

Shades of Persian Indigo #302185

Tints of Persian Indigo #302185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 62.15%

R = 22.43%
G = 15.42%
B = 62.15%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#302185 (or 0x302185) is known color: Persian Indigo. HEX triplet: 30, 21 and 85. RGB value is (48,33,133). Sum of RGB (Red+Green+Blue) = 48+33+133=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #302185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302185 is #CFDE7A. Grayscale: #303030. Windows color (decimal): -13622907 or 8724784. OLE color: 8724784.

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

Color convert

RGB 48 33 133 -
CMYK 0.64 0.75 0 0.48
HSL 249º 0.6% 0.33% -
HSV(B) 249º 0.75% 0.52% -
XYZ 6 3.41 22.53 -
YUV 48.89 175.47 127.37 -
System Red Green Blue C M Y K H S L
Decimal 48 33 133 0.64 0.75 0 0.48 249 0.6 0.33
Hex 30 21 85 40 4B 0 30 F9 3C 21
Octal 60 41 205 100 113 0 60 371 74 41
Binary 110000 100001 10000101 1000000 1001011 0 110000 11111001 111100 100001

Color Harmonies of #302185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302185

Black with #302185

Text Example


Text Example

White with #302185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302185; }

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

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

background-color css

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

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

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

border-color css

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

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

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