Html Css Color HEX #230786 Persian Indigo

📋 copy color: '#230786'

red 35 ◦ green 7 ◦ blue 134

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

Shades of Persian Indigo #230786

Tints of Persian Indigo #230786

RGB

 RED value IS 35 (14.06% from 255) = 19.89%

 GREEN value IS 7 (3.13% from 255) = 3.98%

 BLUE value IS 134 (52.73% from 255) = 76.14%

R = 19.89%
G = 3.98%
B = 76.14%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#230786 (or 0x230786) is known color: Persian Indigo. HEX triplet: 23, 07 and 86. RGB value is (35,7,134). Sum of RGB (Red+Green+Blue) = 35+7+134=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 134 (52.73% from 255 or 76.14% from 176); Max value from RGB is 134 - color contains mainly: blue. Hex color #230786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230786 is #DCF879. Grayscale: #1D1D1D. Windows color (decimal): -14481530 or 8783651. OLE color: 8783651.

HSL color Cylindrical-coordinate representation of color #230786: hue angle of 253.23º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230786 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 7 134 -
CMYK 0.74 0.95 0 0.47
HSL 253.23º 0.9% 0.28% -
HSV(B) 253.23º 0.95% 0.53% -
XYZ 5.07 2.23 22.72 -
YUV 29.85 186.78 131.67 -
System Red Green Blue C M Y K H S L
Decimal 35 7 134 0.74 0.95 0 0.47 253.23 0.9 0.28
Hex 23 7 86 4A 5F 0 2F FD 5A 1C
Octal 43 7 206 112 137 0 57 375 132 34
Binary 100011 111 10000110 1001010 1011111 0 101111 11111101 1011010 11100

Color Harmonies of #230786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230786

Black with #230786

Text Example


Text Example

White with #230786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230786; }

 p { color: rgb(35,7,134); }

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

background-color css

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

 a { background-color: rgb(35,7,134); }

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

border-color css

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

 span { border-color: rgb(35,7,134); }

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