Html Css Color HEX #300B67 Persian Indigo

📋 copy color: '#300B67'

red 48 ◦ green 11 ◦ blue 103

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

Shades of Persian Indigo #300B67

Tints of Persian Indigo #300B67

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.79%

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

R = 29.63%
G = 6.79%
B = 63.58%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#300B67 (or 0x300B67) is known color: Persian Indigo. HEX triplet: 30, 0B and 67. RGB value is (48,11,103). Sum of RGB (Red+Green+Blue) = 48+11+103=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #300B67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300B67 is #CFF498. Grayscale: #202020. Windows color (decimal): -13628569 or 6753072. OLE color: 6753072.

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

Color convert

RGB 48 11 103 -
CMYK 0.53 0.89 0 0.60
HSL 264.13º 0.81% 0.22% -
HSV(B) 264.13º 0.89% 0.4% -
XYZ 3.79 1.85 12.99 -
YUV 32.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 48 11 103 0.53 0.89 0 0.60 264.13 0.81 0.22
Hex 30 B 67 35 59 0 3C 108 51 16
Octal 60 13 147 65 131 0 74 410 121 26
Binary 110000 1011 1100111 110101 1011001 0 111100 100001000 1010001 10110

Color Harmonies of #300B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B67

Black with #300B67

Text Example


Text Example

White with #300B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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