Html Css Color HEX #300264 Persian Indigo

📋 copy color: '#300264'

red 48 ◦ green 2 ◦ blue 100

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

Shades of Persian Indigo #300264

Tints of Persian Indigo #300264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 66.67%

R = 32%
G = 1.33%
B = 66.67%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#300264 (or 0x300264) is known color: Persian Indigo. HEX triplet: 30, 02 and 64. RGB value is (48,2,100). Sum of RGB (Red+Green+Blue) = 48+2+100=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 100 (39.45% from 255 or 66.67% from 150); Max value from RGB is 100 - color contains mainly: blue. Hex color #300264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300264 is #CFFD9B. Grayscale: #1A1A1A. Windows color (decimal): -13630876 or 6554160. OLE color: 6554160.

HSL color Cylindrical-coordinate representation of color #300264: hue angle of 268.16º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300264 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 2 100 -
CMYK 0.52 0.98 0 0.61
HSL 268.16º 0.96% 0.2% -
HSV(B) 268.16º 0.98% 0.39% -
XYZ 3.54 1.59 12.18 -
YUV 26.93 169.24 143.03 -
System Red Green Blue C M Y K H S L
Decimal 48 2 100 0.52 0.98 0 0.61 268.16 0.96 0.2
Hex 30 2 64 34 62 0 3D 10C 60 14
Octal 60 2 144 64 142 0 75 414 140 24
Binary 110000 10 1100100 110100 1100010 0 111101 100001100 1100000 10100

Color Harmonies of #300264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300264

Black with #300264

Text Example


Text Example

White with #300264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300264; }

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

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

background-color css

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

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

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

border-color css

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

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

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