Html Css Color HEX #301985 Persian Indigo

📋 copy color: '#301985'

red 48 ◦ green 25 ◦ blue 133

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

Shades of Persian Indigo #301985

Tints of Persian Indigo #301985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.14%

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

R = 23.3%
G = 12.14%
B = 64.56%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#301985 (or 0x301985) is known color: Persian Indigo. HEX triplet: 30, 19 and 85. RGB value is (48,25,133). Sum of RGB (Red+Green+Blue) = 48+25+133=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #301985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301985 is #CFE67A. Grayscale: #2B2B2B. Windows color (decimal): -13624955 or 8722736. OLE color: 8722736.

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

Color convert

RGB 48 25 133 -
CMYK 0.64 0.81 0 0.48
HSL 252.78º 0.68% 0.31% -
HSV(B) 252.78º 0.81% 0.52% -
XYZ 5.8 3.02 22.47 -
YUV 44.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 48 25 133 0.64 0.81 0 0.48 252.78 0.68 0.31
Hex 30 19 85 40 51 0 30 FD 44 1F
Octal 60 31 205 100 121 0 60 375 104 37
Binary 110000 11001 10000101 1000000 1010001 0 110000 11111101 1000100 11111

Color Harmonies of #301985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301985

Black with #301985

Text Example


Text Example

White with #301985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301985; }

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

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

background-color css

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

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

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

border-color css

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

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

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