Html Css Color HEX #300562 Persian Indigo

📋 copy color: '#300562'

red 48 ◦ green 5 ◦ blue 98

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

Shades of Persian Indigo #300562

Tints of Persian Indigo #300562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.31%

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

R = 31.79%
G = 3.31%
B = 64.9%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#300562 (or 0x300562) is known color: Persian Indigo. HEX triplet: 30, 05 and 62. RGB value is (48,5,98). Sum of RGB (Red+Green+Blue) = 48+5+98=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #300562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300562 is #CFFA9D. Grayscale: #1C1C1C. Windows color (decimal): -13630110 or 6423856. OLE color: 6423856.

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

Color convert

RGB 48 5 98 -
CMYK 0.51 0.95 0 0.62
HSL 267.74º 0.9% 0.2% -
HSV(B) 267.74º 0.95% 0.38% -
XYZ 3.48 1.62 11.68 -
YUV 28.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 48 5 98 0.51 0.95 0 0.62 267.74 0.9 0.2
Hex 30 5 62 33 5F 0 3E 10C 5A 14
Octal 60 5 142 63 137 0 76 414 132 24
Binary 110000 101 1100010 110011 1011111 0 111110 100001100 1011010 10100

Color Harmonies of #300562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300562

Black with #300562

Text Example


Text Example

White with #300562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300562; }

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

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

background-color css

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

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

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

border-color css

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

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

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