Html Css Color HEX #30087D Persian Indigo

📋 copy color: '#30087D'

red 48 ◦ green 8 ◦ blue 125

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

Shades of Persian Indigo #30087D

Tints of Persian Indigo #30087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 69.06%

R = 26.52%
G = 4.42%
B = 69.06%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30087D (or 0x30087D) is known color: Persian Indigo. HEX triplet: 30, 08 and 7D. RGB value is (48,8,125). Sum of RGB (Red+Green+Blue) = 48+8+125=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #30087D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30087D is #CFF782. Grayscale: #202020. Windows color (decimal): -13629315 or 8194096. OLE color: 8194096.

HSL color Cylindrical-coordinate representation of color #30087D: hue angle of 260.51º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30087D is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 8 125 -
CMYK 0.62 0.94 0 0.51
HSL 260.51º 0.88% 0.26% -
HSV(B) 260.51º 0.94% 0.49% -
XYZ 5.01 2.28 19.58 -
YUV 33.3 179.75 138.49 -
System Red Green Blue C M Y K H S L
Decimal 48 8 125 0.62 0.94 0 0.51 260.51 0.88 0.26
Hex 30 8 7D 3E 5E 0 33 105 58 1A
Octal 60 10 175 76 136 0 63 405 130 32
Binary 110000 1000 1111101 111110 1011110 0 110011 100000101 1011000 11010

Color Harmonies of #30087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30087D

Black with #30087D

Text Example


Text Example

White with #30087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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