Html Css Color HEX #301875 Persian Indigo

📋 copy color: '#301875'

red 48 ◦ green 24 ◦ blue 117

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

Shades of Persian Indigo #301875

Tints of Persian Indigo #301875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 61.9%

R = 25.4%
G = 12.7%
B = 61.9%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#301875 (or 0x301875) is known color: Persian Indigo. HEX triplet: 30, 18 and 75. RGB value is (48,24,117). Sum of RGB (Red+Green+Blue) = 48+24+117=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #301875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301875 is #CFE78A. Grayscale: #292929. Windows color (decimal): -13625227 or 7673904. OLE color: 7673904.

HSL color Cylindrical-coordinate representation of color #301875: hue angle of 255.48º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301875 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 24 117 -
CMYK 0.59 0.79 0 0.54
HSL 255.48º 0.66% 0.28% -
HSV(B) 255.48º 0.79% 0.46% -
XYZ 4.76 2.57 17.07 -
YUV 41.78 170.45 132.44 -
System Red Green Blue C M Y K H S L
Decimal 48 24 117 0.59 0.79 0 0.54 255.48 0.66 0.28
Hex 30 18 75 3B 4F 0 36 FF 42 1C
Octal 60 30 165 73 117 0 66 377 102 34
Binary 110000 11000 1110101 111011 1001111 0 110110 11111111 1000010 11100

Color Harmonies of #301875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301875

Black with #301875

Text Example


Text Example

White with #301875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301875; }

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

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

background-color css

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

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

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

border-color css

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

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

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