Html Css Color HEX #301677 Persian Indigo

📋 copy color: '#301677'

red 48 ◦ green 22 ◦ blue 119

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

Shades of Persian Indigo #301677

Tints of Persian Indigo #301677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 62.96%

R = 25.4%
G = 11.64%
B = 62.96%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301677 (or 0x301677) is known color: Persian Indigo. HEX triplet: 30, 16 and 77. RGB value is (48,22,119). Sum of RGB (Red+Green+Blue) = 48+22+119=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #301677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301677 is #CFE988. Grayscale: #282828. Windows color (decimal): -13625737 or 7804464. OLE color: 7804464.

HSL color Cylindrical-coordinate representation of color #301677: hue angle of 256.08º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #301677 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 22 119 -
CMYK 0.60 0.82 0 0.53
HSL 256.08º 0.69% 0.28% -
HSV(B) 256.08º 0.82% 0.47% -
XYZ 4.84 2.53 17.69 -
YUV 40.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 48 22 119 0.60 0.82 0 0.53 256.08 0.69 0.28
Hex 30 16 77 3C 52 0 35 100 45 1C
Octal 60 26 167 74 122 0 65 400 105 34
Binary 110000 10110 1110111 111100 1010010 0 110101 100000000 1000101 11100

Color Harmonies of #301677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301677

Black with #301677

Text Example


Text Example

White with #301677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301677; }

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

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

background-color css

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

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

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

border-color css

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

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

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