Html Css Color HEX #30086D Persian Indigo

📋 copy color: '#30086D'

red 48 ◦ green 8 ◦ blue 109

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

Shades of Persian Indigo #30086D

Tints of Persian Indigo #30086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 66.06%

R = 29.09%
G = 4.85%
B = 66.06%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30086D (or 0x30086D) is known color: Persian Indigo. HEX triplet: 30, 08 and 6D. RGB value is (48,8,109). Sum of RGB (Red+Green+Blue) = 48+8+109=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #30086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30086D is #CFF792. Grayscale: #1F1F1F. Windows color (decimal): -13629331 or 7145520. OLE color: 7145520.

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

Color convert

RGB 48 8 109 -
CMYK 0.56 0.93 0 0.57
HSL 263.76º 0.86% 0.23% -
HSV(B) 263.76º 0.93% 0.43% -
XYZ 4.07 1.91 14.62 -
YUV 31.47 171.75 139.79 -
System Red Green Blue C M Y K H S L
Decimal 48 8 109 0.56 0.93 0 0.57 263.76 0.86 0.23
Hex 30 8 6D 38 5D 0 39 108 56 17
Octal 60 10 155 70 135 0 71 410 126 27
Binary 110000 1000 1101101 111000 1011101 0 111001 100001000 1010110 10111

Color Harmonies of #30086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30086D

Black with #30086D

Text Example


Text Example

White with #30086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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