Html Css Color HEX #300062 Persian Indigo

📋 copy color: '#300062'

red 48 ◦ green 0 ◦ blue 98

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

Shades of Persian Indigo #300062

Tints of Persian Indigo #300062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 67.12%

R = 32.88%
G = 0%
B = 67.12%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#300062 (or 0x300062) is known color: Persian Indigo. HEX triplet: 30, 00 and 62. RGB value is (48,0,98). Sum of RGB (Red+Green+Blue) = 48+0+98=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #300062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300062 is #CFFF9D. Grayscale: #191919. Windows color (decimal): -13631390 or 6422576. OLE color: 6422576.

HSL color Cylindrical-coordinate representation of color #300062: hue angle of 269.39º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300062 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 0 98 -
CMYK 0.51 1 0 0.62
HSL 269.39º 1% 0.19% -
HSV(B) 269.39º 1% 0.38% -
XYZ 3.42 1.51 11.67 -
YUV 25.52 168.9 144.03 -
System Red Green Blue C M Y K H S L
Decimal 48 0 98 0.51 1 0 0.62 269.39 1 0.19
Hex 30 0 62 33 64 0 3E 10D 64 13
Octal 60 0 142 63 144 0 76 415 144 23
Binary 110000 0 1100010 110011 1100100 0 111110 100001101 1100100 10011

Color Harmonies of #300062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300062

Black with #300062

Text Example


Text Example

White with #300062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300062; }

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

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

background-color css

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

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

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

border-color css

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

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

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