Html Css Color HEX #302485 Persian Indigo

📋 copy color: '#302485'

red 48 ◦ green 36 ◦ blue 133

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

Shades of Persian Indigo #302485

Tints of Persian Indigo #302485

RGB

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

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

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

R = 22.12%
G = 16.59%
B = 61.29%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#302485 (or 0x302485) is known color: Persian Indigo. HEX triplet: 30, 24 and 85. RGB value is (48,36,133). Sum of RGB (Red+Green+Blue) = 48+36+133=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #302485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302485 is #CFDB7A. Grayscale: #323232. Windows color (decimal): -13622139 or 8725552. OLE color: 8725552.

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

Color convert

RGB 48 36 133 -
CMYK 0.64 0.73 0 0.48
HSL 247.42º 0.57% 0.33% -
HSV(B) 247.42º 0.73% 0.52% -
XYZ 6.08 3.58 22.56 -
YUV 50.65 174.48 126.11 -
System Red Green Blue C M Y K H S L
Decimal 48 36 133 0.64 0.73 0 0.48 247.42 0.57 0.33
Hex 30 24 85 40 49 0 30 F7 39 21
Octal 60 44 205 100 111 0 60 367 71 41
Binary 110000 100100 10000101 1000000 1001001 0 110000 11110111 111001 100001

Color Harmonies of #302485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302485

Black with #302485

Text Example


Text Example

White with #302485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302485; }

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

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

background-color css

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

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

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

border-color css

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

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

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