Html Css Color HEX #300268 Persian Indigo

📋 copy color: '#300268'

red 48 ◦ green 2 ◦ blue 104

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

Shades of Persian Indigo #300268

Tints of Persian Indigo #300268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 67.53%

R = 31.17%
G = 1.3%
B = 67.53%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#300268 (or 0x300268) is known color: Persian Indigo. HEX triplet: 30, 02 and 68. RGB value is (48,2,104). Sum of RGB (Red+Green+Blue) = 48+2+104=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #300268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300268 is #CFFD97. Grayscale: #1B1B1B. Windows color (decimal): -13630872 or 6816304. OLE color: 6816304.

HSL color Cylindrical-coordinate representation of color #300268: hue angle of 267.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300268 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 2 104 -
CMYK 0.54 0.98 0 0.59
HSL 267.06º 0.96% 0.21% -
HSV(B) 267.06º 0.98% 0.41% -
XYZ 3.74 1.67 13.22 -
YUV 27.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 48 2 104 0.54 0.98 0 0.59 267.06 0.96 0.21
Hex 30 2 68 36 62 0 3B 10B 60 15
Octal 60 2 150 66 142 0 73 413 140 25
Binary 110000 10 1101000 110110 1100010 0 111011 100001011 1100000 10101

Color Harmonies of #300268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300268

Black with #300268

Text Example


Text Example

White with #300268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300268; }

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

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

background-color css

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

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

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

border-color css

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

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

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