Html Css Color HEX #301885 Persian Indigo

📋 copy color: '#301885'

red 48 ◦ green 24 ◦ blue 133

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

Shades of Persian Indigo #301885

Tints of Persian Indigo #301885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.71%

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

R = 23.41%
G = 11.71%
B = 64.88%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#301885 (or 0x301885) is known color: Persian Indigo. HEX triplet: 30, 18 and 85. RGB value is (48,24,133). Sum of RGB (Red+Green+Blue) = 48+24+133=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #301885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301885 is #CFE77A. Grayscale: #2B2B2B. Windows color (decimal): -13625211 or 8722480. OLE color: 8722480.

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

Color convert

RGB 48 24 133 -
CMYK 0.64 0.82 0 0.48
HSL 253.21º 0.69% 0.31% -
HSV(B) 253.21º 0.82% 0.52% -
XYZ 5.78 2.98 22.46 -
YUV 43.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 48 24 133 0.64 0.82 0 0.48 253.21 0.69 0.31
Hex 30 18 85 40 52 0 30 FD 45 1F
Octal 60 30 205 100 122 0 60 375 105 37
Binary 110000 11000 10000101 1000000 1010010 0 110000 11111101 1000101 11111

Color Harmonies of #301885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301885

Black with #301885

Text Example


Text Example

White with #301885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301885; }

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

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

background-color css

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

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

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

border-color css

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

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

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