Html Css Color HEX #300277 Persian Indigo

📋 copy color: '#300277'

red 48 ◦ green 2 ◦ blue 119

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

Shades of Persian Indigo #300277

Tints of Persian Indigo #300277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

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

R = 28.4%
G = 1.18%
B = 70.41%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#300277 (or 0x300277) is known color: Persian Indigo. HEX triplet: 30, 02 and 77. RGB value is (48,2,119). Sum of RGB (Red+Green+Blue) = 48+2+119=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 119 (46.88% from 255 or 70.41% from 169); Max value from RGB is 119 - color contains mainly: blue. Hex color #300277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300277 is #CFFD88. Grayscale: #1C1C1C. Windows color (decimal): -13630857 or 7799344. OLE color: 7799344.

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

Color convert

RGB 48 2 119 -
CMYK 0.60 0.98 0 0.53
HSL 263.59º 0.97% 0.24% -
HSV(B) 263.59º 0.98% 0.47% -
XYZ 4.57 2 17.6 -
YUV 29.09 178.74 141.49 -
System Red Green Blue C M Y K H S L
Decimal 48 2 119 0.60 0.98 0 0.53 263.59 0.97 0.24
Hex 30 2 77 3C 62 0 35 108 61 18
Octal 60 2 167 74 142 0 65 410 141 30
Binary 110000 10 1110111 111100 1100010 0 110101 100001000 1100001 11000

Color Harmonies of #300277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300277

Black with #300277

Text Example


Text Example

White with #300277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300277; }

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

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

background-color css

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

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

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

border-color css

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

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

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