Html Css Color HEX #43168B Persian Indigo

📋 copy color: '#43168B'

red 67 ◦ green 22 ◦ blue 139

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

Shades of Persian Indigo #43168B

Tints of Persian Indigo #43168B

RGB

 RED value IS 67 (26.56% from 255) = 29.39%

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

 BLUE value IS 139 (54.69% from 255) = 60.96%

R = 29.39%
G = 9.65%
B = 60.96%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43168B (or 0x43168B) is known color: Persian Indigo. HEX triplet: 43, 16 and 8B. RGB value is (67,22,139). Sum of RGB (Red+Green+Blue) = 67+22+139=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #43168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43168B is #BCE974. Grayscale: #303030. Windows color (decimal): -12380533 or 9115203. OLE color: 9115203.

HSL color Cylindrical-coordinate representation of color #43168B: hue angle of 263.08º 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 #43168B is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 22 139 -
CMYK 0.52 0.84 0 0.45
HSL 263.08º 0.73% 0.32% -
HSV(B) 263.08º 0.84% 0.55% -
XYZ 7.26 3.63 24.74 -
YUV 48.79 178.91 140.99 -
System Red Green Blue C M Y K H S L
Decimal 67 22 139 0.52 0.84 0 0.45 263.08 0.73 0.32
Hex 43 16 8B 34 54 0 2D 107 49 20
Octal 103 26 213 64 124 0 55 407 111 40
Binary 1000011 10110 10001011 110100 1010100 0 101101 100000111 1001001 100000

Color Harmonies of #43168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43168B

Black with #43168B

Text Example


Text Example

White with #43168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43168B; }

 p { color: rgb(67,22,139); }

 H1.HeaderClassName
 {
   color: #43168B;
 }
 .AnyTagClassName
 {
   color: #43168B;
 }
</style>

background-color css

<style>
 a { background-color: #43168B; }

 a { background-color: rgb(67,22,139); }

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

border-color css

<style>
 span { border-color: #43168B; }

 span { border-color: rgb(67,22,139); }

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