Html Css Color HEX #30168C Persian Indigo

📋 copy color: '#30168C'

red 48 ◦ green 22 ◦ blue 140

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

Shades of Persian Indigo #30168C

Tints of Persian Indigo #30168C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.67%

R = 22.86%
G = 10.48%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30168C (or 0x30168C) is known color: Persian Indigo. HEX triplet: 30, 16 and 8C. RGB value is (48,22,140). Sum of RGB (Red+Green+Blue) = 48+22+140=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #30168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30168C is #CFE973. Grayscale: #2A2A2A. Windows color (decimal): -13625716 or 9180720. OLE color: 9180720.

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

Color convert

RGB 48 22 140 -
CMYK 0.66 0.84 0 0.45
HSL 253.22º 0.73% 0.32% -
HSV(B) 253.22º 0.84% 0.55% -
XYZ 6.24 3.1 25.08 -
YUV 43.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 48 22 140 0.66 0.84 0 0.45 253.22 0.73 0.32
Hex 30 16 8C 42 54 0 2D FD 49 20
Octal 60 26 214 102 124 0 55 375 111 40
Binary 110000 10110 10001100 1000010 1010100 0 101101 11111101 1001001 100000

Color Harmonies of #30168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30168C

Black with #30168C

Text Example


Text Example

White with #30168C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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