Html Css Color HEX #230070 Persian Indigo

📋 copy color: '#230070'

red 35 ◦ green 0 ◦ blue 112

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

Shades of Persian Indigo #230070

Tints of Persian Indigo #230070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.81%
G = 0%
B = 76.19%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#230070 (or 0x230070) is known color: Persian Indigo. HEX triplet: 23, 00 and 70. RGB value is (35,0,112). Sum of RGB (Red+Green+Blue) = 35+0+112=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #230070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230070 is #DCFF8F. Grayscale: #161616. Windows color (decimal): -14483344 or 7340067. OLE color: 7340067.

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

Color convert

RGB 35 0 112 -
CMYK 0.69 1 0 0.56
HSL 258.75º 1% 0.22% -
HSV(B) 258.75º 1% 0.44% -
XYZ 3.62 1.53 15.43 -
YUV 23.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 35 0 112 0.69 1 0 0.56 258.75 1 0.22
Hex 23 0 70 45 64 0 38 103 64 16
Octal 43 0 160 105 144 0 70 403 144 26
Binary 100011 0 1110000 1000101 1100100 0 111000 100000011 1100100 10110

Color Harmonies of #230070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230070

Black with #230070

Text Example


Text Example

White with #230070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230070; }

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

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

background-color css

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

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

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

border-color css

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

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

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