Html Css Color HEX #30086F Persian Indigo

📋 copy color: '#30086F'

red 48 ◦ green 8 ◦ blue 111

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

Shades of Persian Indigo #30086F

Tints of Persian Indigo #30086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

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

R = 28.74%
G = 4.79%
B = 66.47%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#30086F (or 0x30086F) is known color: Persian Indigo. HEX triplet: 30, 08 and 6F. RGB value is (48,8,111). Sum of RGB (Red+Green+Blue) = 48+8+111=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #30086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30086F is #CFF790. Grayscale: #1F1F1F. Windows color (decimal): -13629329 or 7276592. OLE color: 7276592.

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

Color convert

RGB 48 8 111 -
CMYK 0.57 0.93 0 0.56
HSL 263.3º 0.87% 0.23% -
HSV(B) 263.3º 0.93% 0.44% -
XYZ 4.18 1.95 15.2 -
YUV 31.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 48 8 111 0.57 0.93 0 0.56 263.3 0.87 0.23
Hex 30 8 6F 39 5D 0 38 107 57 17
Octal 60 10 157 71 135 0 70 407 127 27
Binary 110000 1000 1101111 111001 1011101 0 111000 100000111 1010111 10111

Color Harmonies of #30086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30086F

Black with #30086F

Text Example


Text Example

White with #30086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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