Html Css Color HEX #3608A7 Persian Indigo

📋 copy color: '#3608A7'

red 54 ◦ green 8 ◦ blue 167

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

Shades of Persian Indigo #3608A7

Tints of Persian Indigo #3608A7

RGB

 RED value IS 54 (21.48% from 255) = 23.58%

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

 BLUE value IS 167 (65.63% from 255) = 72.93%

R = 23.58%
G = 3.49%
B = 72.93%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3608A7 (or 0x3608A7) is known color: Persian Indigo. HEX triplet: 36, 08 and A7. RGB value is (54,8,167). Sum of RGB (Red+Green+Blue) = 54+8+167=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 167 (65.62% from 255 or 72.93% from 229); Max value from RGB is 167 - color contains mainly: blue. Hex color #3608A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3608A7 is #C9F758. Grayscale: #272727. Windows color (decimal): -13236057 or 10946614. OLE color: 10946614.

HSL color Cylindrical-coordinate representation of color #3608A7: hue angle of 257.36º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3608A7 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 8 167 -
CMYK 0.68 0.95 0 0.35
HSL 257.36º 0.91% 0.34% -
HSV(B) 257.36º 0.95% 0.65% -
XYZ 8.58 3.75 36.83 -
YUV 39.88 199.74 138.07 -
System Red Green Blue C M Y K H S L
Decimal 54 8 167 0.68 0.95 0 0.35 257.36 0.91 0.34
Hex 36 8 A7 44 5F 0 23 101 5B 22
Octal 66 10 247 104 137 0 43 401 133 42
Binary 110110 1000 10100111 1000100 1011111 0 100011 100000001 1011011 100010

Color Harmonies of #3608A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3608A7

Black with #3608A7

Text Example


Text Example

White with #3608A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3608A7; }

 p { color: rgb(54,8,167); }

 H1.HeaderClassName
 {
   color: #3608A7;
 }
 .AnyTagClassName
 {
   color: #3608A7;
 }
</style>

background-color css

<style>
 a { background-color: #3608A7; }

 a { background-color: rgb(54,8,167); }

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

border-color css

<style>
 span { border-color: #3608A7; }

 span { border-color: rgb(54,8,167); }

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