Html Css Color HEX #30187D Persian Indigo

📋 copy color: '#30187D'

red 48 ◦ green 24 ◦ blue 125

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

Shades of Persian Indigo #30187D

Tints of Persian Indigo #30187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.18%

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

R = 24.37%
G = 12.18%
B = 63.45%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30187D (or 0x30187D) is known color: Persian Indigo. HEX triplet: 30, 18 and 7D. RGB value is (48,24,125). Sum of RGB (Red+Green+Blue) = 48+24+125=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #30187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30187D is #CFE782. Grayscale: #2A2A2A. Windows color (decimal): -13625219 or 8198192. OLE color: 8198192.

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

Color convert

RGB 48 24 125 -
CMYK 0.62 0.81 0 0.51
HSL 254.26º 0.68% 0.29% -
HSV(B) 254.26º 0.81% 0.49% -
XYZ 5.25 2.76 19.66 -
YUV 42.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 48 24 125 0.62 0.81 0 0.51 254.26 0.68 0.29
Hex 30 18 7D 3E 51 0 33 FE 44 1D
Octal 60 30 175 76 121 0 63 376 104 35
Binary 110000 11000 1111101 111110 1010001 0 110011 11111110 1000100 11101

Color Harmonies of #30187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30187D

Black with #30187D

Text Example


Text Example

White with #30187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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