Html Css Color HEX #301675 Persian Indigo

📋 copy color: '#301675'

red 48 ◦ green 22 ◦ blue 117

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

Shades of Persian Indigo #301675

Tints of Persian Indigo #301675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.76%

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

R = 25.67%
G = 11.76%
B = 62.57%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#301675 (or 0x301675) is known color: Persian Indigo. HEX triplet: 30, 16 and 75. RGB value is (48,22,117). Sum of RGB (Red+Green+Blue) = 48+22+117=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #301675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301675 is #CFE98A. Grayscale: #282828. Windows color (decimal): -13625739 or 7673392. OLE color: 7673392.

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

Color convert

RGB 48 22 117 -
CMYK 0.59 0.81 0 0.54
HSL 256.42º 0.68% 0.27% -
HSV(B) 256.42º 0.81% 0.46% -
XYZ 4.72 2.49 17.06 -
YUV 40.6 171.11 133.28 -
System Red Green Blue C M Y K H S L
Decimal 48 22 117 0.59 0.81 0 0.54 256.42 0.68 0.27
Hex 30 16 75 3B 51 0 36 100 44 1B
Octal 60 26 165 73 121 0 66 400 104 33
Binary 110000 10110 1110101 111011 1010001 0 110110 100000000 1000100 11011

Color Harmonies of #301675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301675

Black with #301675

Text Example


Text Example

White with #301675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301675; }

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

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

background-color css

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

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

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

border-color css

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

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

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