Html Css Color HEX #300671 Persian Indigo

📋 copy color: '#300671'

red 48 ◦ green 6 ◦ blue 113

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

Shades of Persian Indigo #300671

Tints of Persian Indigo #300671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.59%

 BLUE value IS 113 (44.53% from 255) = 67.66%

R = 28.74%
G = 3.59%
B = 67.66%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#300671 (or 0x300671) is known color: Persian Indigo. HEX triplet: 30, 06 and 71. RGB value is (48,6,113). Sum of RGB (Red+Green+Blue) = 48+6+113=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 113 (44.53% from 255 or 67.66% from 167); Max value from RGB is 113 - color contains mainly: blue. Hex color #300671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300671 is #CFF98E. Grayscale: #1E1E1E. Windows color (decimal): -13629839 or 7407152. OLE color: 7407152.

HSL color Cylindrical-coordinate representation of color #300671: hue angle of 263.55º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300671 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 6 113 -
CMYK 0.58 0.95 0 0.56
HSL 263.55º 0.9% 0.23% -
HSV(B) 263.55º 0.95% 0.44% -
XYZ 4.26 1.95 15.77 -
YUV 30.76 174.41 140.3 -
System Red Green Blue C M Y K H S L
Decimal 48 6 113 0.58 0.95 0 0.56 263.55 0.9 0.23
Hex 30 6 71 3A 5F 0 38 108 5A 17
Octal 60 6 161 72 137 0 70 410 132 27
Binary 110000 110 1110001 111010 1011111 0 111000 100001000 1011010 10111

Color Harmonies of #300671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300671

Black with #300671

Text Example


Text Example

White with #300671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300671; }

 p { color: rgb(48,6,113); }

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

background-color css

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

 a { background-color: rgb(48,6,113); }

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

border-color css

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

 span { border-color: rgb(48,6,113); }

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