Html Css Color HEX #300568 Persian Indigo

📋 copy color: '#300568'

red 48 ◦ green 5 ◦ blue 104

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

Shades of Persian Indigo #300568

Tints of Persian Indigo #300568

RGB

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

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

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

R = 30.57%
G = 3.18%
B = 66.24%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#300568 (or 0x300568) is known color: Persian Indigo. HEX triplet: 30, 05 and 68. RGB value is (48,5,104). Sum of RGB (Red+Green+Blue) = 48+5+104=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #300568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300568 is #CFFA97. Grayscale: #1C1C1C. Windows color (decimal): -13630104 or 6817072. OLE color: 6817072.

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

Color convert

RGB 48 5 104 -
CMYK 0.54 0.95 0 0.59
HSL 266.06º 0.91% 0.21% -
HSV(B) 266.06º 0.95% 0.41% -
XYZ 3.77 1.74 13.23 -
YUV 29.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 48 5 104 0.54 0.95 0 0.59 266.06 0.91 0.21
Hex 30 5 68 36 5F 0 3B 10A 5B 15
Octal 60 5 150 66 137 0 73 412 133 25
Binary 110000 101 1101000 110110 1011111 0 111011 100001010 1011011 10101

Color Harmonies of #300568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300568

Black with #300568

Text Example


Text Example

White with #300568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300568; }

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

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

background-color css

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

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

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

border-color css

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

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

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