Html Css Color HEX #30056F Persian Indigo

📋 copy color: '#30056F'

red 48 ◦ green 5 ◦ blue 111

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

Shades of Persian Indigo #30056F

Tints of Persian Indigo #30056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 67.68%

R = 29.27%
G = 3.05%
B = 67.68%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#30056F (or 0x30056F) is known color: Persian Indigo. HEX triplet: 30, 05 and 6F. RGB value is (48,5,111). Sum of RGB (Red+Green+Blue) = 48+5+111=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 111 (43.75% from 255 or 67.68% from 164); Max value from RGB is 111 - color contains mainly: blue. Hex color #30056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30056F is #CFFA90. Grayscale: #1D1D1D. Windows color (decimal): -13630097 or 7275824. OLE color: 7275824.

HSL color Cylindrical-coordinate representation of color #30056F: hue angle of 264.34º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30056F is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 5 111 -
CMYK 0.57 0.95 0 0.56
HSL 264.34º 0.91% 0.23% -
HSV(B) 264.34º 0.95% 0.44% -
XYZ 4.14 1.88 15.18 -
YUV 29.94 173.75 140.88 -
System Red Green Blue C M Y K H S L
Decimal 48 5 111 0.57 0.95 0 0.56 264.34 0.91 0.23
Hex 30 5 6F 39 5F 0 38 108 5B 17
Octal 60 5 157 71 137 0 70 410 133 27
Binary 110000 101 1101111 111001 1011111 0 111000 100001000 1011011 10111

Color Harmonies of #30056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30056F

Black with #30056F

Text Example


Text Example

White with #30056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30056F; }

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

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

background-color css

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

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

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

border-color css

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

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

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