Html Css Color HEX #300067 Persian Indigo

📋 copy color: '#300067'

red 48 ◦ green 0 ◦ blue 103

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

Shades of Persian Indigo #300067

Tints of Persian Indigo #300067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 68.21%

R = 31.79%
G = 0%
B = 68.21%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#300067 (or 0x300067) is known color: Persian Indigo. HEX triplet: 30, 00 and 67. RGB value is (48,0,103). Sum of RGB (Red+Green+Blue) = 48+0+103=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 103 (40.62% from 255 or 68.21% from 151); Max value from RGB is 103 - color contains mainly: blue. Hex color #300067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300067 is #CFFF98. Grayscale: #191919. Windows color (decimal): -13631385 or 6750256. OLE color: 6750256.

HSL color Cylindrical-coordinate representation of color #300067: hue angle of 267.96º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300067 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 0 103 -
CMYK 0.53 1 0 0.60
HSL 267.96º 1% 0.2% -
HSV(B) 267.96º 1% 0.4% -
XYZ 3.67 1.61 12.95 -
YUV 26.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 48 0 103 0.53 1 0 0.60 267.96 1 0.2
Hex 30 0 67 35 64 0 3C 10C 64 14
Octal 60 0 147 65 144 0 74 414 144 24
Binary 110000 0 1100111 110101 1100100 0 111100 100001100 1100100 10100

Color Harmonies of #300067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300067

Black with #300067

Text Example


Text Example

White with #300067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300067; }

 p { color: rgb(48,0,103); }

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

background-color css

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

 a { background-color: rgb(48,0,103); }

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

border-color css

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

 span { border-color: rgb(48,0,103); }

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