Html Css Color HEX #30168E Persian Indigo

📋 copy color: '#30168E'

red 48 ◦ green 22 ◦ blue 142

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

Shades of Persian Indigo #30168E

Tints of Persian Indigo #30168E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.38%

 BLUE value IS 142 (55.86% from 255) = 66.98%

R = 22.64%
G = 10.38%
B = 66.98%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30168E (or 0x30168E) is known color: Persian Indigo. HEX triplet: 30, 16 and 8E. RGB value is (48,22,142). Sum of RGB (Red+Green+Blue) = 48+22+142=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #30168E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30168E is #CFE971. Grayscale: #2A2A2A. Windows color (decimal): -13625714 or 9311792. OLE color: 9311792.

HSL color Cylindrical-coordinate representation of color #30168E: hue angle of 253º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30168E is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 22 142 -
CMYK 0.66 0.85 0 0.44
HSL 253º 0.73% 0.32% -
HSV(B) 253º 0.85% 0.56% -
XYZ 6.39 3.16 25.86 -
YUV 43.45 183.61 131.24 -
System Red Green Blue C M Y K H S L
Decimal 48 22 142 0.66 0.85 0 0.44 253 0.73 0.32
Hex 30 16 8E 42 55 0 2C FD 49 20
Octal 60 26 216 102 125 0 54 375 111 40
Binary 110000 10110 10001110 1000010 1010101 0 101100 11111101 1001001 100000

Color Harmonies of #30168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30168E

Black with #30168E

Text Example


Text Example

White with #30168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30168E; }

 p { color: rgb(48,22,142); }

 H1.HeaderClassName
 {
   color: #30168E;
 }
 .AnyTagClassName
 {
   color: #30168E;
 }
</style>

background-color css

<style>
 a { background-color: #30168E; }

 a { background-color: rgb(48,22,142); }

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

border-color css

<style>
 span { border-color: #30168E; }

 span { border-color: rgb(48,22,142); }

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