Html Css Color HEX #230870 Persian Indigo

📋 copy color: '#230870'

red 35 ◦ green 8 ◦ blue 112

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

Shades of Persian Indigo #230870

Tints of Persian Indigo #230870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 72.26%

R = 22.58%
G = 5.16%
B = 72.26%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#230870 (or 0x230870) is known color: Persian Indigo. HEX triplet: 23, 08 and 70. RGB value is (35,8,112). Sum of RGB (Red+Green+Blue) = 35+8+112=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #230870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230870 is #DCF78F. Grayscale: #1B1B1B. Windows color (decimal): -14481296 or 7342115. OLE color: 7342115.

HSL color Cylindrical-coordinate representation of color #230870: hue angle of 255.58º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230870 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 8 112 -
CMYK 0.69 0.93 0 0.56
HSL 255.58º 0.87% 0.24% -
HSV(B) 255.58º 0.93% 0.44% -
XYZ 3.7 1.7 15.46 -
YUV 27.93 175.45 133.04 -
System Red Green Blue C M Y K H S L
Decimal 35 8 112 0.69 0.93 0 0.56 255.58 0.87 0.24
Hex 23 8 70 45 5D 0 38 100 57 18
Octal 43 10 160 105 135 0 70 400 127 30
Binary 100011 1000 1110000 1000101 1011101 0 111000 100000000 1010111 11000

Color Harmonies of #230870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230870

Black with #230870

Text Example


Text Example

White with #230870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230870; }

 p { color: rgb(35,8,112); }

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

background-color css

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

 a { background-color: rgb(35,8,112); }

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

border-color css

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

 span { border-color: rgb(35,8,112); }

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